paned: Fix up the docs once more
authorTimm Bäder <mail@baedert.org>
Wed, 13 May 2020 07:42:51 +0000 (09:42 +0200)
committerTimm Bäder <mail@baedert.org>
Wed, 13 May 2020 07:42:51 +0000 (09:42 +0200)
gtk/gtkpaned.c

index a789fb97d1fedcf4769a2628f5f21066f84ed654..6c233c4b62eceed9c7b171b2c9ad54b787afc9a2 100644 (file)
@@ -1574,9 +1574,9 @@ gtk_paned_set_start_child (GtkPaned *paned,
  * gtk_paned_get_start_child:
  * @paned: a #GtkPaned
  *
- * Retrieves the start child of the given #GdkPaned.
+ * Retrieves the start child of the given #GtkPaned.
  *
- * See also: #GtkPaned::start-child
+ * See also: #GtkPaned:start-child
  *
  * Returns: (transfer none) (nullable): the start child widget
  */
@@ -1636,9 +1636,9 @@ gtk_paned_get_shrink_start_child (GtkPaned *paned)
  * gtk_paned_get_end_child:
  * @paned: a #GtkPaned
  *
- * Retrieves the end child of the given #GdkPaned.
+ * Retrieves the end child of the given #GtkPaned.
  *
- * See also: #GtkPaned::end-child
+ * See also: #GtkPaned:end-child
  *
  * Returns: (transfer none) (nullable): the end child widget
  */